Package net.minecraftforge.common.command
package net.minecraftforge.common.command
-
Interface SummaryInterfaceDescriptionImplementations of this interface can be registered using
EntitySelectorManager.register(java.lang.String, net.minecraftforge.common.command.IEntitySelectorType)
-
Class SummaryClassDescriptionAllows modders to register custom entity selectors by assigning an
IEntitySelectorType
to a String token.