Package net.minecraft.world.event
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
-
Method Summary
-
Field Details
-
CODEC
- 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
- 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;
-