Interface PositionSource

All Known Implementing Classes:
BlockPositionSource, EntityPositionSource

public interface PositionSource
A position source is a property of a game event listener.
See Also:
Mappings:
Namespace Name
official ddg
intermediary net/minecraft/class_5716
named net/minecraft/world/event/PositionSource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<PositionSource>
    A codec for encoding and decoding any position source whose type is in the registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPos(World world)
     
    Returns the type of this position source.
  • Field Details

    • CODEC

      static final com.mojang.serialization.Codec<PositionSource> CODEC
      A codec for encoding and decoding any position source whose type is in the registry.
      Mappings:
      Namespace Name Mixin selector
      official b Lddg;b:Lcom/mojang/serialization/Codec;
      intermediary field_28184 Lnet/minecraft/class_5716;field_28184:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/event/PositionSource;CODEC:Lcom/mojang/serialization/Codec;
  • Method Details

    • getPos

      Optional<Vec3d> getPos(World world)
      Mappings:
      Namespace Name Mixin selector
      official a Lddg;a(Lcjw;)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

      PositionSourceType<?> getType()
      Returns the type of this position source.
      Mappings:
      Namespace Name Mixin selector
      official a Lddg;a()Lddh;
      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;