Package net.minecraftforge.common.command
-
Interface Summary Interface Description IEntitySelectorType Implementations of this interface can be registered usingEntitySelectorManager.register(java.lang.String, net.minecraftforge.common.command.IEntitySelectorType)
-
Class Summary Class Description EntitySelectorManager Allows modders to register custom entity selectors by assigning anIEntitySelectorType
to a String token.