public class RedstoneWireRenderingProvider extends BlockRenderProvider
Constructor and Description |
---|
RedstoneWireRenderingProvider() |
Modifier and Type | Method and Description |
---|---|
void |
addOptions(BlockRenderOptions options,
org.bukkit.World world,
int x,
int y,
int z)
Adds options specific to the provider.
|
Collection<org.bukkit.Material> |
getTypes()
Gets all Material types handled by this provider
|
createModel, get, linkResource, openResource, register
public void addOptions(BlockRenderOptions options, org.bukkit.World world, int x, int y, int z)
BlockRenderProvider
addOptions
in class BlockRenderProvider
options
- to add toworld
- the block is atx
- - coordinate of the Blocky
- - coordinate of the Blockz
- - coordinate of the Blockpublic Collection<org.bukkit.Material> getTypes()
BlockRenderProvider
getTypes
in class BlockRenderProvider
Copyright © 2019. All rights reserved.