Package net.minecraft.predicate
Class LightPredicate
java.lang.Object
net.minecraft.predicate.LightPredicate
public class LightPredicate extends Object
- Mappings:
Namespace Name official bv
intermediary net/minecraft/class_4552
named net/minecraft/predicate/LightPredicate
-
Field Summary
Fields Modifier and Type Field Description static LightPredicate
ANY
private NumberRange.IntRange
range
-
Constructor Summary
Constructors Modifier Constructor Description private
LightPredicate(NumberRange.IntRange range)
-
Method Summary
Modifier and Type Method Description static LightPredicate
fromJson(JsonElement json)
boolean
test(ServerWorld world, BlockPos pos)
JsonElement
toJson()
-
Field Details
-
ANY
- Mappings:
Namespace Name Mixin selector official a
Lbv;a:Lbv;
intermediary field_20712
Lnet/minecraft/class_4552;field_20712:Lnet/minecraft/class_4552;
named ANY
Lnet/minecraft/predicate/LightPredicate;ANY:Lnet/minecraft/predicate/LightPredicate;
-
range
- Mappings:
Namespace Name Mixin selector official b
Lbv;b:Lbz$d;
intermediary field_20713
Lnet/minecraft/class_4552;field_20713:Lnet/minecraft/class_2096$class_2100;
named range
Lnet/minecraft/predicate/LightPredicate;range:Lnet/minecraft/predicate/NumberRange$IntRange;
-
-
Constructor Details
-
LightPredicate
- Mappings:
Namespace Name Mixin selector official <init>
Lbv;<init>(Lbz$d;)V
intermediary <init>
Lnet/minecraft/class_4552;<init>(Lnet/minecraft/class_2096$class_2100;)V
named <init>
Lnet/minecraft/predicate/LightPredicate;<init>(Lnet/minecraft/predicate/NumberRange$IntRange;)V
-
-
Method Details
-
test
- Mappings:
Namespace Name Mixin selector official a
Lbv;a(Laav;Lfx;)Z
intermediary method_22483
Lnet/minecraft/class_4552;method_22483(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
named test
Lnet/minecraft/predicate/LightPredicate;test(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Z
-
toJson
- Mappings:
Namespace Name Mixin selector official a
Lbv;a()Lcom/google/gson/JsonElement;
intermediary method_22481
Lnet/minecraft/class_4552;method_22481()Lcom/google/gson/JsonElement;
named toJson
Lnet/minecraft/predicate/LightPredicate;toJson()Lcom/google/gson/JsonElement;
-
fromJson
- Mappings:
Namespace Name Mixin selector official a
Lbv;a(Lcom/google/gson/JsonElement;)Lbv;
intermediary method_22482
Lnet/minecraft/class_4552;method_22482(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_4552;
named fromJson
Lnet/minecraft/predicate/LightPredicate;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/predicate/LightPredicate;
-