Uses of Class
net.minecraft.util.ReuseableStream
-
Packages that use ReuseableStream Package Description net.minecraft.entity -
-
Uses of ReuseableStream in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ReuseableStream Modifier and Type Method Description static Vector3d
Entity. collideBoundingBox(Vector3d p_213313_0_, AxisAlignedBB p_213313_1_, IWorldReader p_213313_2_, ISelectionContext p_213313_3_, ReuseableStream<VoxelShape> p_213313_4_)
static Vector3d
Entity. collideBoundingBoxHeuristically(Entity p_223307_0_, Vector3d p_223307_1_, AxisAlignedBB p_223307_2_, World p_223307_3_, ISelectionContext p_223307_4_, ReuseableStream<VoxelShape> p_223307_5_)
static Vector3d
Entity. collideBoundingBoxLegacy(Vector3d p_223310_0_, AxisAlignedBB p_223310_1_, ReuseableStream<VoxelShape> p_223310_2_)
-