Package net.minecraft.block
Interface GridTickable
- All Known Implementing Classes:
FloataterBlock
public interface GridTickable
- Mappings:
Namespace Name official coyintermediary net/minecraft/class_9510named net/minecraft/block/GridTickable
-
Method Summary
-
Method Details
-
tick
void tick(World world, Grid grid, BlockState state, BlockPos pos, Vec3d gridPos, Direction movementDirection) - Mappings:
Namespace Name Mixin selector official aLcoy;a(Ldca;Lcpb;Ldtc;Lir;Lewu;Liw;)Vintermediary method_58947Lnet/minecraft/class_9510;method_58947(Lnet/minecraft/class_1937;Lnet/minecraft/class_9514;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_243;Lnet/minecraft/class_2350;)Vnamed tickLnet/minecraft/block/GridTickable;tick(Lnet/minecraft/world/World;Lnet/minecraft/world/Grid;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Direction;)V
-