public abstract class SoundCategoryHandle
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 |
SoundCategoryHandle.SoundCategoryClass
Stores class members for net.minecraft.server.SoundCategory.
|
Modifier and Type | Field and Description |
---|---|
static SoundCategoryHandle.SoundCategoryClass |
T |
Constructor and Description |
---|
SoundCategoryHandle() |
Modifier and Type | Method and Description |
---|---|
static SoundCategoryHandle |
byName(String name) |
static SoundCategoryHandle |
createHandle(Object handleInstance) |
abstract String |
getName() |
public static final SoundCategoryHandle.SoundCategoryClass T
public static SoundCategoryHandle createHandle(Object handleInstance)
public static SoundCategoryHandle byName(String name)
public abstract String getName()
Copyright © 2019. All rights reserved.