Uses of Interface
net.minecraft.block.AbstractBlock.TypedContextPredicate
| Package | Description |
|---|---|
| net.minecraft.block |
-
Uses of AbstractBlock.TypedContextPredicate in net.minecraft.block
Fields in net.minecraft.block declared as AbstractBlock.TypedContextPredicate Modifier and Type Field Description private AbstractBlock.TypedContextPredicate<EntityType<?>>AbstractBlock.Settings. allowsSpawningPredicateMethods in net.minecraft.block with parameters of type AbstractBlock.TypedContextPredicate Modifier and Type Method Description AbstractBlock.SettingsAbstractBlock.Settings. allowsSpawning(AbstractBlock.TypedContextPredicate<EntityType<?>> predicate)Specifies logic that calculates whether an entity can spawn on a block.