Package gollorum.signpost.minecraft.loot
Klasse PermissionCheck
java.lang.Object
gollorum.signpost.minecraft.loot.PermissionCheck
- Alle implementierten Schnittstellen:
Predicate<net.minecraft.world.level.storage.loot.LootContext>,net.minecraft.world.level.storage.loot.LootContextUser,net.minecraft.world.level.storage.loot.predicates.LootItemCondition
public final class PermissionCheck
extends Object
implements net.minecraft.world.level.storage.loot.predicates.LootItemCondition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enum -
Feldübersicht
Von Schnittstelle geerbte Felder net.minecraft.world.level.storage.loot.predicates.LootItemCondition
CODEC, DIRECT_CODEC, TYPED_CODEC -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.minecraft.world.level.storage.loot.LootContextUser
getReferencedContextParams, validate
-
Konstruktordetails
-
PermissionCheck
-
-
Methodendetails
-
createConditionType
public static net.minecraft.world.level.storage.loot.predicates.LootItemConditionType createConditionType() -
getType
public net.minecraft.world.level.storage.loot.predicates.LootItemConditionType getType()- Angegeben von:
getTypein Schnittstellenet.minecraft.world.level.storage.loot.predicates.LootItemCondition
-
test
public boolean test(net.minecraft.world.level.storage.loot.LootContext lootContext)
-