Package net.minecraft.component.type
Record Class ToolComponent.Rule
java.lang.Object
java.lang.Record
net.minecraft.component.type.ToolComponent.Rule
- Record Components:
blocks
-speed
-correctForDrops
-
- Enclosing class:
ToolComponent
public static record ToolComponent.Rule(RegistryEntryList<Block> blocks, Optional<Float> speed, Optional<Boolean> correctForDrops)
extends Record
- Mappings:
Namespace Name named net/minecraft/component/type/ToolComponent$Rule
intermediary net/minecraft/class_9424$class_9425
official cxw$a
named blocks
intermediary comp_2501
official c
named speed
intermediary comp_2502
official d
named correctForDrops
intermediary comp_2503
official e
-
Field Summary
Modifier and TypeFieldDescriptionprivate final RegistryEntryList
<Block> The field for theblocks
record component.static final com.mojang.serialization.Codec
<ToolComponent.Rule> The field for thecorrectForDrops
record component.static final PacketCodec
<RegistryByteBuf, ToolComponent.Rule> The field for thespeed
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionblocks()
Returns the value of theblocks
record component.Returns the value of thecorrectForDrops
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.static ToolComponent.Rule
private static ToolComponent.Rule
static ToolComponent.Rule
private static ToolComponent.Rule
static ToolComponent.Rule
ofAlwaysDropping
(List<Block> blocks, float speed) static ToolComponent.Rule
ofAlwaysDropping
(TagKey<Block> blocks, float speed) static ToolComponent.Rule
ofNeverDropping
(TagKey<Block> tag) 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
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/component/type/ToolComponent$Rule;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_50011
Lnet/minecraft/class_9424$class_9425;field_50011:Lcom/mojang/serialization/Codec;
official a
Lcxw$a;a:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/component/type/ToolComponent$Rule;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_50012
Lnet/minecraft/class_9424$class_9425;field_50012:Lnet/minecraft/class_9139;
official b
Lcxw$a;b:Lzn;
-
-
Constructor Details
-
Rule
-
-
Method Details
-
ofAlwaysDropping
- Mappings:
Namespace Name Mixin selector named ofAlwaysDropping
Lnet/minecraft/component/type/ToolComponent$Rule;ofAlwaysDropping(Ljava/util/List;F)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58431
Lnet/minecraft/class_9424$class_9425;method_58431(Ljava/util/List;F)Lnet/minecraft/class_9424$class_9425;
official a
Lcxw$a;a(Ljava/util/List;F)Lcxw$a;
-
ofAlwaysDropping
- Mappings:
Namespace Name Mixin selector named ofAlwaysDropping
Lnet/minecraft/component/type/ToolComponent$Rule;ofAlwaysDropping(Lnet/minecraft/registry/tag/TagKey;F)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58428
Lnet/minecraft/class_9424$class_9425;method_58428(Lnet/minecraft/class_6862;F)Lnet/minecraft/class_9424$class_9425;
official a
Lcxw$a;a(Laxf;F)Lcxw$a;
-
ofNeverDropping
- Mappings:
Namespace Name Mixin selector named ofNeverDropping
Lnet/minecraft/component/type/ToolComponent$Rule;ofNeverDropping(Lnet/minecraft/registry/tag/TagKey;)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58427
Lnet/minecraft/class_9424$class_9425;method_58427(Lnet/minecraft/class_6862;)Lnet/minecraft/class_9424$class_9425;
official a
Lcxw$a;a(Laxf;)Lcxw$a;
-
of
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/component/type/ToolComponent$Rule;of(Lnet/minecraft/registry/tag/TagKey;F)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58433
Lnet/minecraft/class_9424$class_9425;method_58433(Lnet/minecraft/class_6862;F)Lnet/minecraft/class_9424$class_9425;
official b
Lcxw$a;b(Laxf;F)Lcxw$a;
-
of
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/component/type/ToolComponent$Rule;of(Ljava/util/List;F)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58434
Lnet/minecraft/class_9424$class_9425;method_58434(Ljava/util/List;F)Lnet/minecraft/class_9424$class_9425;
official b
Lcxw$a;b(Ljava/util/List;F)Lcxw$a;
-
of
private static ToolComponent.Rule of(TagKey<Block> tag, Optional<Float> speed, Optional<Boolean> correctForDrops) - Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/component/type/ToolComponent$Rule;of(Lnet/minecraft/registry/tag/TagKey;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58429
Lnet/minecraft/class_9424$class_9425;method_58429(Lnet/minecraft/class_6862;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/class_9424$class_9425;
official a
Lcxw$a;a(Laxf;Ljava/util/Optional;Ljava/util/Optional;)Lcxw$a;
-
of
private static ToolComponent.Rule of(List<Block> blocks, Optional<Float> speed, Optional<Boolean> correctForDrops) - Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/component/type/ToolComponent$Rule;of(Ljava/util/List;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/component/type/ToolComponent$Rule;
intermediary method_58432
Lnet/minecraft/class_9424$class_9425;method_58432(Ljava/util/List;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/class_9424$class_9425;
official a
Lcxw$a;a(Ljava/util/List;Ljava/util/Optional;Ljava/util/Optional;)Lcxw$a;
-
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
-