Record Class Tool.Rule
java.lang.Object
java.lang.Record
net.minecraft.world.item.component.Tool.Rule
- Enclosing class:
Tool
-
Field Summary
Modifier and TypeFieldDescriptionThe field for theblocks
record component.static final com.mojang.serialization.Codec
<Tool.Rule> The field for thecorrectForDrops
record component.The field for thespeed
record component.static final StreamCodec
<RegistryFriendlyByteBuf, Tool.Rule> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionblocks()
Returns the value of theblocks
record component.Returns the value of thecorrectForDrops
record component.static Tool.Rule
deniesDrops
(TagKey<Block> p_330234_) final boolean
Indicates whether some other object is "equal to" this one.private static Tool.Rule
private static Tool.Rule
final int
hashCode()
Returns a hash code value for this object.static Tool.Rule
minesAndDrops
(List<Block> p_335835_, float p_329194_) static Tool.Rule
minesAndDrops
(TagKey<Block> p_331729_, float p_328288_) static Tool.Rule
overrideSpeed
(List<Block> p_330791_, float p_328067_) static Tool.Rule
overrideSpeed
(TagKey<Block> p_331960_, float p_329347_) speed()
Returns the value of thespeed
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
blocks
The field for theblocks
record component. -
speed
The field for thespeed
record component. -
correctForDrops
The field for thecorrectForDrops
record component. -
CODEC
-
STREAM_CODEC
-
-
Constructor Details
-
Rule
Creates an instance of aRule
record class.- Parameters:
blocks
- the value for theblocks
record componentspeed
- the value for thespeed
record componentcorrectForDrops
- the value for thecorrectForDrops
record component
-
-
Method Details
-
minesAndDrops
-
minesAndDrops
-
deniesDrops
-
overrideSpeed
-
overrideSpeed
-
forTag
-
forBlocks
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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 theblocks
record component.- Returns:
- the value of the
blocks
record component
-
speed
Returns the value of thespeed
record component.- Returns:
- the value of the
speed
record component
-
correctForDrops
Returns the value of thecorrectForDrops
record component.- Returns:
- the value of the
correctForDrops
record component
-