Record Class Tool.Rule
java.lang.Object
java.lang.Record
net.minecraft.world.item.component.Tool.Rule
- Enclosing class:
Tool
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for theblocksrecord component.static final com.mojang.serialization.Codec<Tool.Rule> The field for thecorrectForDropsrecord component.The field for thespeedrecord component.static final StreamCodec<RegistryFriendlyByteBuf, Tool.Rule> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks()Returns the value of theblocksrecord component.Returns the value of thecorrectForDropsrecord component.static Tool.RuledeniesDrops(HolderSet<Block> blocks) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static Tool.RuleminesAndDrops(HolderSet<Block> blocks, float speed) static Tool.RuleoverrideSpeed(HolderSet<Block> blocks, float speed) speed()Returns the value of thespeedrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
blocks
-
speed
-
correctForDrops
-
CODEC
-
STREAM_CODEC
-
-
Constructor Details
-
Rule
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
-
minesAndDrops
-
deniesDrops
-
overrideSpeed
-
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
-
speed
-
correctForDrops
-