Package net.minecraft.block
Interface Degradable<T extends Enum<T>>
- All Known Subinterfaces:
Oxidizable
- All Known Implementing Classes:
OxidizableBlock
,OxidizableSlabBlock
,OxidizableStairsBlock
public interface Degradable<T extends Enum<T>>
- Mappings:
Namespace Name official cnr
intermediary net/minecraft/class_5547
named net/minecraft/block/Degradable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getDegradationResult
(BlockState state) default void
tickDegradation
(BlockState state, ServerWorld world, BlockPos pos, Random random) default void
tryDegrade
(BlockState state, ServerWorld world, BlockPos pos, Random random)
-
Field Details
-
DEGRADING_RANGE
static final int DEGRADING_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official u_
Lcnr;u_:I
intermediary field_31056
Lnet/minecraft/class_5547;field_31056:I
named DEGRADING_RANGE
Lnet/minecraft/block/Degradable;DEGRADING_RANGE:I
-
-
Method Details
-
getDegradationResult
- Mappings:
Namespace Name Mixin selector official a
Lcnr;a(Lcyt;)Ljava/util/Optional;
intermediary method_31639
Lnet/minecraft/class_5547;method_31639(Lnet/minecraft/class_2680;)Ljava/util/Optional;
named getDegradationResult
Lnet/minecraft/block/Degradable;getDegradationResult(Lnet/minecraft/block/BlockState;)Ljava/util/Optional;
-
getDegradationChanceMultiplier
float getDegradationChanceMultiplier()- Mappings:
Namespace Name Mixin selector official a
Lcnr;a()F
intermediary method_33620
Lnet/minecraft/class_5547;method_33620()F
named getDegradationChanceMultiplier
Lnet/minecraft/block/Degradable;getDegradationChanceMultiplier()F
-
tickDegradation
- Mappings:
Namespace Name Mixin selector official a_
Lcnr;a_(Lcyt;Lahm;Lgp;Laoh;)V
intermediary method_33621
Lnet/minecraft/class_5547;method_33621(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
named tickDegradation
Lnet/minecraft/block/Degradable;tickDegradation(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V
-
getDegradationLevel
T getDegradationLevel()- Mappings:
Namespace Name Mixin selector official b
Lcnr;b()Ljava/lang/Enum;
intermediary method_33622
Lnet/minecraft/class_5547;method_33622()Ljava/lang/Enum;
named getDegradationLevel
Lnet/minecraft/block/Degradable;getDegradationLevel()Ljava/lang/Enum;
-
tryDegrade
- Mappings:
Namespace Name Mixin selector official c
Lcnr;c(Lcyt;Lahm;Lgp;Laoh;)V
intermediary method_33623
Lnet/minecraft/class_5547;method_33623(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
named tryDegrade
Lnet/minecraft/block/Degradable;tryDegrade(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V
-