Package net.minecraft.loot.condition
Record Class BlockStatePropertyLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.BlockStatePropertyLootCondition
- Record Components:
block-properties-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public record BlockStatePropertyLootCondition(RegistryEntry<Block> block, Optional<StatePredicate> properties)
extends Record
implements LootCondition
- Mappings:
Namespace Name official ejuintermediary net/minecraft/class_212named net/minecraft/loot/condition/BlockStatePropertyLootConditionofficial bintermediary comp_1876named blockofficial cintermediary comp_1877named properties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntry<Block>The field for theblockrecord component.static final com.mojang.serialization.Codec<BlockStatePropertyLootCondition>private final Optional<StatePredicate>The field for thepropertiesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionBlockStatePropertyLootCondition(RegistryEntry<Block> registryEntry, Optional<StatePredicate> optional) -
Method Summary
Modifier and TypeMethodDescriptionblock()Returns the value of theblockrecord component.final booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.Returns the value of thepropertiesrecord component.booleantest(LootContext lootContext) final StringtoString()Returns a string representation of this record class.private static com.mojang.serialization.DataResult<BlockStatePropertyLootCondition>Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
block
The field for theblockrecord component. -
properties
The field for thepropertiesrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLeju;a:Lcom/mojang/serialization/Codec;intermediary field_45868Lnet/minecraft/class_212;field_45868:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
BlockStatePropertyLootCondition
public BlockStatePropertyLootCondition(RegistryEntry<Block> registryEntry, Optional<StatePredicate> optional)
-
-
Method Details
-
validateHasProperties
private static com.mojang.serialization.DataResult<BlockStatePropertyLootCondition> validateHasProperties(BlockStatePropertyLootCondition condition) - Mappings:
Namespace Name Mixin selector official aLeju;a(Leju;)Lcom/mojang/serialization/DataResult;intermediary method_53418Lnet/minecraft/class_212;method_53418(Lnet/minecraft/class_212;)Lcom/mojang/serialization/DataResult;named validateHasPropertiesLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;validateHasProperties(Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;)Lcom/mojang/serialization/DataResult;
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector official bLejv;b()Lejw;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector official aLegx;a()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector official aLeju;a(Legw;)Zintermediary method_899Lnet/minecraft/class_212;method_899(Lnet/minecraft/class_47;)Znamed testLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
builder
- Mappings:
Namespace Name Mixin selector official aLeju;a(Lcwq;)Leju$a;intermediary method_900Lnet/minecraft/class_212;method_900(Lnet/minecraft/class_2248;)Lnet/minecraft/class_212$class_213;named builderLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;builder(Lnet/minecraft/block/Block;)Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition$Builder;
-
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). -
block
Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
properties
Returns the value of thepropertiesrecord component.- Returns:
- the value of the
propertiesrecord component
-