Package net.jcm.vsch.accessor
Interface EntityAccessor
- All Known Implementing Classes:
MixinEntity
public interface EntityAccessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidnet.minecraft.world.phys.Vec3vsch$collide(net.minecraft.world.phys.Vec3 movement) voidvsch$onInsideBlock(net.minecraft.world.level.block.state.BlockState block)
-
Method Details
-
vsch$collide
net.minecraft.world.phys.Vec3 vsch$collide(net.minecraft.world.phys.Vec3 movement) -
vsch$checkInsideBlocks
void vsch$checkInsideBlocks() -
vsch$onInsideBlock
void vsch$onInsideBlock(net.minecraft.world.level.block.state.BlockState block)
-