Uses of Class
net.minecraft.predicate.LightPredicate
-
Uses of LightPredicate in net.minecraft.predicate
Modifier and TypeMethodDescriptionLightPredicate.Builder.build()
static LightPredicate
LightPredicate.fromJson(@Nullable JsonElement json)
-
Uses of LightPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate LightPredicate
LocationPredicate.Builder.light
private LightPredicate
LocationPredicate.light
ModifierConstructorDescriptionLocationPredicate(NumberRange.FloatRange x, NumberRange.FloatRange y, NumberRange.FloatRange z, @Nullable RegistryKey<Biome> biome, @Nullable StructureFeature<?> feature, @Nullable RegistryKey<World> dimension, @Nullable Boolean smokey, LightPredicate light, BlockPredicate block, FluidPredicate fluid)