Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val Entity.isFlying: Boolean
Link copied to clipboard
val Entity.isWalking: Boolean
Link copied to clipboard
var Entity.modelData: String?
Link copied to clipboard
val Entity.seenBy: Set<ServerPlayerConnection>

Functions

Link copied to clipboard
inline fun <H, T> dirtyChecked(crossinline hash: () -> H, crossinline function: (H) -> T): () -> T
Link copied to clipboard
fun Avatar.getCustomisation(): Int
Link copied to clipboard
fun logger(): Logger
Link copied to clipboard
fun modId(): String
Link copied to clipboard
fun Entity.passengerPosition(dest: Vector3f): Vector3f
Link copied to clipboard
fun Entity.toRegistry(): @Nullable EntityTrackerRegistry?
Link copied to clipboard
fun Entity.toTracker(model: String?): @Nullable EntityTracker?
Link copied to clipboard
fun PlatformEntity.unwarp(): Entity
fun PlatformItemStack.unwarp(): ItemStack
fun PlatformLivingEntity.unwarp(): LivingEntity
fun PlatformPlayer.unwarp(): ServerPlayerConnection
Link copied to clipboard
fun ServerPlayerConnection.wrap(): @NotNull PlatformPlayer
fun Entity.wrap(): @NotNull PlatformEntity
fun LivingEntity.wrap(): @NotNull PlatformLivingEntity
fun ItemStack.wrap(): @NotNull PlatformItemStack
Link copied to clipboard
fun ServerPlayer.xMovement(): Float
Link copied to clipboard
fun ServerPlayer.yMovement(): Float
Link copied to clipboard
fun ServerPlayer.zMovement(): Float