Package dev.latvian.mods.klib.util
Interface IntOrUUID
- All Known Implementing Classes:
IntOrUUID.IntImpl,IntOrUUID.UUIDImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Field Summary
Fields -
Method Summary
-
Field Details
-
CODEC
-
STREAM_CODEC
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,IntOrUUID> STREAM_CODEC -
DATA_TYPE
-
-
Method Details
-
of
-
of
-
either
-
optionalInteger
-
optionalInt
OptionalInt optionalInt() -
optionalUUID
-
testEntity
boolean testEntity(net.minecraft.world.entity.Entity entity) -
getEntity
@Nullable @Nullable net.minecraft.world.entity.Entity getEntity(net.minecraft.world.level.Level level)
-