yarn/mappings/net/minecraft/block/LeveledCauldronBlock.mapping

24 lines
1.3 KiB
Plaintext

CLASS net/minecraft/class_5556 net/minecraft/block/LeveledCauldronBlock
COMMENT A cauldron with a varying level of contents.
COMMENT This includes water and powder snow cauldrons.
COMMENT
COMMENT <p>The amount of stored substance is controlled with the {@link #LEVEL}
COMMENT block state property which can take values between {@value #MIN_LEVEL} and
COMMENT {@value #MAX_LEVEL} (inclusive).
FIELD field_27206 LEVEL Lnet/minecraft/class_2758;
FIELD field_31107 MIN_LEVEL I
FIELD field_31108 MAX_LEVEL I
FIELD field_31109 BASE_FLUID_HEIGHT I
FIELD field_31110 FLUID_HEIGHT_PER_LEVEL D
METHOD <init> (Lnet/minecraft/class_1959$class_1963;Lnet/minecraft/class_5620$class_8821;Lnet/minecraft/class_4970$class_2251;)V
COMMENT Constructs a leveled cauldron block.
COMMENT
COMMENT @apiNote The precipitation predicates are compared using identity comparisons in some cases,
COMMENT so callers should typically use {@link #RAIN_PREDICATE} and {@link #SNOW_PREDICATE} if applicable.
METHOD method_31650 decrementFluidLevel (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
ARG 0 state
ARG 1 world
ARG 2 pos
METHOD method_36994 onFireCollision (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
ARG 3 pos