NMS

interface NMS

Functions

Link copied to clipboard
@NotNull
abstract fun adapt(@NotNull entity: LivingEntity): EntityAdapter
Link copied to clipboard
@NotNull
abstract fun create(@NotNull location: Location): ModelDisplay
Link copied to clipboard
@NotNull
abstract fun createBundler(): PacketBundler
Link copied to clipboard
@Nullable
abstract fun createHitBox(@NotNull entity: EntityAdapter, @NotNull supplier: HitBoxSource, @NotNull namedBoundingBox: NamedBoundingBox, @NotNull controller: MountController, @NotNull source: HitBoxListener): HitBox
Link copied to clipboard
abstract fun hide(@NotNull player: Player, @NotNull entity: Entity)
Link copied to clipboard
@NotNull
abstract fun inject(@NotNull player: Player): PlayerChannelHandler
Link copied to clipboard
abstract fun isSlim(@NotNull player: Player): Boolean
Link copied to clipboard
abstract fun mount(@NotNull tracker: EntityTracker, @NotNull bundler: PacketBundler)
Link copied to clipboard
@NotNull
abstract fun tint(@NotNull itemStack: ItemStack, rgb: Int): ItemStack
Link copied to clipboard
@NotNull
abstract fun version(): NMSVersion