Package net.minecraft.block
Class VineLogic
java.lang.Object
net.minecraft.block.VineLogic
public class VineLogic extends Object
- Mappings:
Namespace Name official ccd
intermediary net/minecraft/class_4949
named net/minecraft/block/VineLogic
-
Constructor Summary
Constructors Constructor Description VineLogic()
-
Method Summary
Modifier and Type Method Description static int
getGrowthLength(Random random)
static boolean
isValidForWeepingStem(BlockState state)
-
Constructor Details
-
VineLogic
public VineLogic()
-
-
Method Details
-
isValidForWeepingStem
- Mappings:
Namespace Name Mixin selector official a
Lccd;a(Lcio;)Z
intermediary method_25961
Lnet/minecraft/class_4949;method_25961(Lnet/minecraft/class_2680;)Z
named isValidForWeepingStem
Lnet/minecraft/block/VineLogic;isValidForWeepingStem(Lnet/minecraft/block/BlockState;)Z
-
getGrowthLength
- Mappings:
Namespace Name Mixin selector official a
Lccd;a(Ljava/util/Random;)I
intermediary method_26381
Lnet/minecraft/class_4949;method_26381(Ljava/util/Random;)I
named getGrowthLength
Lnet/minecraft/block/VineLogic;getGrowthLength(Ljava/util/Random;)I
-