Package net.minecraft.block
Interface CaveVines
- All Known Implementing Classes:
CaveVinesBodyBlock,CaveVinesHeadBlock
public interface CaveVines
- Mappings:
Namespace Name official bzpintermediary net/minecraft/class_5803named net/minecraft/block/CaveVines
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic booleanhasBerries(BlockState state)static ActionResultpickBerries(BlockState state, World world, BlockPos pos)
-
Field Details
-
SHAPE
- Mappings:
Namespace Name Mixin selector official aLbzp;a:Ldmu;intermediary field_28687Lnet/minecraft/class_5803;field_28687:Lnet/minecraft/class_265;named SHAPELnet/minecraft/block/CaveVines;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
BERRIES
- Mappings:
Namespace Name Mixin selector official bLbzp;b:Lcko;intermediary field_28688Lnet/minecraft/class_5803;field_28688:Lnet/minecraft/class_2746;named BERRIESLnet/minecraft/block/CaveVines;BERRIES:Lnet/minecraft/state/property/BooleanProperty;
-
-
Method Details
-
pickBerries
- Mappings:
Namespace Name Mixin selector official a_Lbzp;a_(Lcjx;Lbvx;Lgb;)Larj;intermediary method_33619Lnet/minecraft/class_5803;method_33619(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1269;named pickBerriesLnet/minecraft/block/CaveVines;pickBerries(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/ActionResult;
-
hasBerries
- Mappings:
Namespace Name Mixin selector official aLbzp;a(Lcjx;)Zintermediary method_33618Lnet/minecraft/class_5803;method_33618(Lnet/minecraft/class_2680;)Znamed hasBerriesLnet/minecraft/block/CaveVines;hasBerries(Lnet/minecraft/block/BlockState;)Z
-