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 clr
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 Lclr;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

      private final int entityId
      Mappings:
      Namespace Name Mixin selector
      official c Lclr;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 Lclr;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;
  • Constructor Details

    • EntityPositionSource

      public EntityPositionSource​(int entityId)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lclr;<init>(I)V
      intermediary <init> Lnet/minecraft/class_5709;<init>(I)V
      named <init> Lnet/minecraft/world/event/EntityPositionSource;<init>(I)V
  • Method Details

    • getPos

      public Optional<BlockPos> getPos​(World world)
      Specified by:
      getPos in interface PositionSource
      Mappings:
      Namespace Name Mixin selector
      official a Lclx;a(Lbtv;)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()
      Specified by:
      getType in interface PositionSource
      Mappings:
      Namespace Name Mixin selector
      official a Lclx;a()Lcly;
      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;