Class EntityPositionSource

java.lang.Object
net.minecraft.world.event.EntityPositionSource
All Implemented Interfaces:
PositionSource

public class EntityPositionSource extends Object implements PositionSource
Mappings:
Namespace Name
official cvn
intermediary net/minecraft/class_5709
named net/minecraft/world/event/EntityPositionSource
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<EntityPositionSource> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcvn;a:Lcom/mojang/serialization/Codec;
      intermediary field_28139 Lnet/minecraft/class_5709;field_28139:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/event/EntityPositionSource;CODEC:Lcom/mojang/serialization/Codec;
    • entityId

      final int entityId
      Mappings:
      Namespace Name Mixin selector
      official c Lcvn;c:I
      intermediary field_28140 Lnet/minecraft/class_5709;field_28140:I
      named entityId Lnet/minecraft/world/event/EntityPositionSource;entityId:I
    • entity

      private Optional<Entity> entity
      Mappings:
      Namespace Name Mixin selector
      official d Lcvn;d:Ljava/util/Optional;
      intermediary field_28141 Lnet/minecraft/class_5709;field_28141:Ljava/util/Optional;
      named entity Lnet/minecraft/world/event/EntityPositionSource;entity:Ljava/util/Optional;
    • yOffset

      final float yOffset
      Mappings:
      Namespace Name Mixin selector
      official e Lcvn;e:F
      intermediary field_38242 Lnet/minecraft/class_5709;field_38242:F
      named yOffset Lnet/minecraft/world/event/EntityPositionSource;yOffset:F
  • Constructor Details

    • EntityPositionSource

      public EntityPositionSource(Entity entity, float float2)
    • EntityPositionSource

      EntityPositionSource(int entityId, float float2)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvn;<init>(IF)V
      intermediary <init> Lnet/minecraft/class_5709;<init>(IF)V
      named <init> Lnet/minecraft/world/event/EntityPositionSource;<init>(IF)V
  • Method Details

    • getPos

      public Optional<Vec3d> getPos(World world)
      Specified by:
      getPos in interface PositionSource
      Mappings:
      Namespace Name Mixin selector
      official a Lcvs;a(Lccx;)Ljava/util/Optional;
      intermediary method_32956 Lnet/minecraft/class_5716;method_32956(Lnet/minecraft/class_1937;)Ljava/util/Optional;
      named getPos Lnet/minecraft/world/event/PositionSource;getPos(Lnet/minecraft/world/World;)Ljava/util/Optional;
    • getType

      public PositionSourceType<?> getType()
      Returns the type of this position source.
      Specified by:
      getType in interface PositionSource
      Mappings:
      Namespace Name Mixin selector
      official a Lcvs;a()Lcvt;
      intermediary method_32955 Lnet/minecraft/class_5716;method_32955()Lnet/minecraft/class_5717;
      named getType Lnet/minecraft/world/event/PositionSource;getType()Lnet/minecraft/world/event/PositionSourceType;