Record Class Tool.Rule
java.lang.Object
java.lang.Record
net.minestom.server.item.component.Tool.Rule
- Enclosing class:
Tool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks()Returns the value of theblocksrecord component.Returns the value of thecorrectForDropsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.speed()Returns the value of thespeedrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
NETWORK_TYPE
-
CODEC
-
-
Constructor Details
-
Rule
public Rule(RegistryTag<Block> blocks, @Nullable @Nullable Float speed, @Nullable @Nullable Boolean correctForDrops) Creates an instance of aRulerecord class.- Parameters:
blocks- the value for theblocksrecord componentspeed- the value for thespeedrecord componentcorrectForDrops- the value for thecorrectForDropsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
blocks
Returns the value of theblocksrecord component.- Returns:
- the value of the
blocksrecord component
-
speed
-
correctForDrops
-