类 ToolAction
java.lang.Object
net.minecraftforge.common.ToolAction
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ToolAction
Gets or creates a new ToolAction for the given name.static Collection<ToolAction>
Returns all registered actions.name()
Returns the name of this tool actiontoString()
-
字段详细资料
-
actions
-
name
-
-
构造器详细资料
-
ToolAction
Useget(String)
to get or create a ToolAction
-
-
方法详细资料
-
getActions
Returns all registered actions. This collection can be kept around, and will update itself in response to changes to the map. SeeConcurrentHashMap.values()
for details. -
get
Gets or creates a new ToolAction for the given name. -
name
Returns the name of this tool action -
toString
-