Uses of Interface
net.minecraft.util.math.IPosWrapper
-
Packages that use IPosWrapper Package Description net.minecraft.entity.ai.brain.memory net.minecraft.util.math -
-
Uses of IPosWrapper in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory declared as IPosWrapper Modifier and Type Field Description private IPosWrapper
WalkTarget. target
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type IPosWrapper Modifier and Type Field Description static MemoryModuleType<IPosWrapper>
MemoryModuleType. LOOK_TARGET
Methods in net.minecraft.entity.ai.brain.memory that return IPosWrapper Modifier and Type Method Description IPosWrapper
WalkTarget. getTarget()
Constructors in net.minecraft.entity.ai.brain.memory with parameters of type IPosWrapper Constructor Description WalkTarget(IPosWrapper p_i50304_1_, float p_i50304_2_, int p_i50304_3_)
-
Uses of IPosWrapper in net.minecraft.util.math
Classes in net.minecraft.util.math that implement IPosWrapper Modifier and Type Class Description class
BlockPosWrapper
class
EntityPosWrapper
-