Class MatchToolMixin

java.lang.Object
de.cech12.coppershears.mixin.MatchToolMixin
All Implemented Interfaces:
Predicate<net.minecraft.world.level.storage.loot.LootContext>, net.minecraft.world.level.storage.loot.LootContextUser, net.minecraft.world.level.storage.loot.predicates.LootItemCondition

public abstract class MatchToolMixin extends Object implements net.minecraft.world.level.storage.loot.predicates.LootItemCondition
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition

    net.minecraft.world.level.storage.loot.predicates.LootItemCondition.Builder
  • Field Summary

    Fields inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition

    CODEC, DIRECT_CODEC, TYPED_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.level.storage.loot.LootContextUser

    getReferencedContextParams, validate

    Methods inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition

    getType

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Constructor Details

    • MatchToolMixin

      public MatchToolMixin()