public abstract class IChatBaseComponentHandle
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 |
IChatBaseComponentHandle.ChatSerializerHandle
Instance wrapper handle for type net.minecraft.server.IChatBaseComponent.ChatSerializer.
|
static class |
IChatBaseComponentHandle.IChatBaseComponentClass
Stores class members for net.minecraft.server.IChatBaseComponent.
|
Modifier and Type | Field and Description |
---|---|
static IChatBaseComponentHandle.IChatBaseComponentClass |
T |
Constructor and Description |
---|
IChatBaseComponentHandle() |
Modifier and Type | Method and Description |
---|---|
abstract IChatBaseComponentHandle |
addSibling(IChatBaseComponentHandle sibling) |
static IChatBaseComponentHandle |
createHandle(Object handleInstance) |
public static final IChatBaseComponentHandle.IChatBaseComponentClass T
public static IChatBaseComponentHandle createHandle(Object handleInstance)
public abstract IChatBaseComponentHandle addSibling(IChatBaseComponentHandle sibling)
Copyright © 2019. All rights reserved.