public abstract class MapIconHandle
extends com.bergerkiller.mountiplex.reflection.declarations.Template.Handle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
MapIconHandle.MapIconClass
Stores class members for net.minecraft.server.MapIcon.
|
static class |
MapIconHandle.TypeHandle
Instance wrapper handle for type net.minecraft.server.MapIcon.Type.
|
Modifier and Type | Field and Description |
---|---|
static MapIconHandle.MapIconClass |
T |
Constructor and Description |
---|
MapIconHandle() |
Modifier and Type | Method and Description |
---|---|
static MapIconHandle |
createHandle(Object handleInstance) |
static MapIconHandle |
createNew(byte type,
byte x,
byte y,
byte direction) |
static MapIconHandle |
createNew(byte type,
byte x,
byte y,
byte direction,
ChatText title) |
static MapIconHandle |
fromCursor(org.bukkit.map.MapCursor cursor) |
abstract byte |
getDirection() |
abstract byte |
getTypeid() |
abstract byte |
getX() |
abstract byte |
getY() |
abstract org.bukkit.map.MapCursor |
toCursor() |
public static final MapIconHandle.MapIconClass T
public static MapIconHandle createHandle(Object handleInstance)
public static MapIconHandle createNew(byte type, byte x, byte y, byte direction, ChatText title)
public static MapIconHandle fromCursor(org.bukkit.map.MapCursor cursor)
public abstract org.bukkit.map.MapCursor toCursor()
public abstract byte getTypeid()
public abstract byte getX()
public abstract byte getY()
public abstract byte getDirection()
public static MapIconHandle createNew(byte type, byte x, byte y, byte direction)
Copyright © 2019. All rights reserved.