Uses of Interface
net.minecraft.block.AbstractBlock.ContextPredicate
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.world.dimension |
-
Uses of AbstractBlock.ContextPredicate in net.minecraft.block
Fields in net.minecraft.block declared as AbstractBlock.ContextPredicate Modifier and Type Field Description private AbstractBlock.ContextPredicateAbstractBlock.AbstractBlockState. blockVisionPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.Settings. blockVisionPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.AbstractBlockState. emissiveLightingPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.Settings. emissiveLightingPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.AbstractBlockState. postProcessPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.Settings. postProcessPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.AbstractBlockState. solidBlockPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.Settings. solidBlockPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.AbstractBlockState. suffocationPredicateprivate AbstractBlock.ContextPredicateAbstractBlock.Settings. suffocationPredicateMethods in net.minecraft.block with parameters of type AbstractBlock.ContextPredicate Modifier and Type Method Description AbstractBlock.SettingsAbstractBlock.Settings. blockVision(AbstractBlock.ContextPredicate predicate)AbstractBlock.SettingsAbstractBlock.Settings. emissiveLighting(AbstractBlock.ContextPredicate predicate)AbstractBlock.SettingsAbstractBlock.Settings. postProcess(AbstractBlock.ContextPredicate predicate)AbstractBlock.SettingsAbstractBlock.Settings. solidBlock(AbstractBlock.ContextPredicate predicate)AbstractBlock.SettingsAbstractBlock.Settings. suffocates(AbstractBlock.ContextPredicate predicate)Specifies logic that calculates whether an entity should suffocate if inside of a block. -
Uses of AbstractBlock.ContextPredicate in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as AbstractBlock.ContextPredicate Modifier and Type Field Description private static AbstractBlock.ContextPredicateAreaHelper. IS_VALID_FRAME_BLOCK