Uses of Record Class
net.minecraft.advancements.criterion.ItemUsedOnLocationTrigger.TriggerInstance
Packages that use ItemUsedOnLocationTrigger.TriggerInstance
-
Uses of ItemUsedOnLocationTrigger.TriggerInstance in net.minecraft.advancements.criterion
Subclasses with type arguments of type ItemUsedOnLocationTrigger.TriggerInstance in net.minecraft.advancements.criterionFields in net.minecraft.advancements.criterion with type parameters of type ItemUsedOnLocationTrigger.TriggerInstanceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.CODECMethods in net.minecraft.advancements.criterion that return ItemUsedOnLocationTrigger.TriggerInstanceModifier and TypeMethodDescriptionprivate static ItemUsedOnLocationTrigger.TriggerInstanceItemUsedOnLocationTrigger.TriggerInstance.itemUsedOnLocation(LocationPredicate.Builder location, ItemPredicate.Builder item) Methods in net.minecraft.advancements.criterion that return types with arguments of type ItemUsedOnLocationTrigger.TriggerInstanceModifier and TypeMethodDescriptionItemUsedOnLocationTrigger.TriggerInstance.allayDropItemOnBlock(LocationPredicate.Builder location, ItemPredicate.Builder item) com.mojang.serialization.Codec<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.codec()ItemUsedOnLocationTrigger.TriggerInstance.itemUsedOnBlock(LocationPredicate.Builder location, ItemPredicate.Builder item) ItemUsedOnLocationTrigger.TriggerInstance.placedBlock(Block block) ItemUsedOnLocationTrigger.TriggerInstance.placedBlock(LootItemCondition.Builder... conditions) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<Boolean> property, boolean propertyValue) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<Integer> property, int propertyValue) static <T extends Comparable<T>>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<T> property, String propertyValue) static <T extends Comparable<T> & StringRepresentable>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<T> properties, T propertyValue) -
Uses of ItemUsedOnLocationTrigger.TriggerInstance in net.minecraft.data.advancements.packs
Methods in net.minecraft.data.advancements.packs that return types with arguments of type ItemUsedOnLocationTrigger.TriggerInstanceModifier and TypeMethodDescriptionprivate static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockActivatesCreakingHeart(HolderGetter<Block> blocks, TagKey<Block> block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockReadByComparator(HolderGetter<Block> blocks, Block block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedComparatorReadingBlock(HolderGetter<Block> blocks, Block block)