Uses of Class
net.minecraft.predicate.LightPredicate
| Package | Description |
|---|---|
| net.minecraft.predicate | |
| net.minecraft.predicate.entity |
-
Uses of LightPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as LightPredicate Modifier and Type Field Description static LightPredicateLightPredicate. ANYMethods in net.minecraft.predicate that return LightPredicate Modifier and Type Method Description static LightPredicateLightPredicate. fromJson(@Nullable JsonElement json)LightPredicateLightPredicate.class_6087. method_35273() -
Uses of LightPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LightPredicate Modifier and Type Field Description private LightPredicateLocationPredicate.Builder. lightprivate LightPredicateLocationPredicate. lightMethods in net.minecraft.predicate.entity with parameters of type LightPredicate Modifier and Type Method Description LocationPredicate.BuilderLocationPredicate.Builder. method_35275(LightPredicate lightPredicate)Constructors in net.minecraft.predicate.entity with parameters of type LightPredicate Constructor Description LocationPredicate(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)