Package org.geysermc.geyser.level.block
Class GeyserCustomBlockState
java.lang.Object
org.geysermc.geyser.level.block.GeyserCustomBlockState
- All Implemented Interfaces:
org.geysermc.geyser.api.block.custom.CustomBlockState
public final class GeyserCustomBlockState
extends Object
implements org.geysermc.geyser.api.block.custom.CustomBlockState
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.geysermc.geyser.api.block.custom.CustomBlockState
org.geysermc.geyser.api.block.custom.CustomBlockState.Builder -
Constructor Summary
ConstructorsConstructorDescriptionGeyserCustomBlockState(org.geysermc.geyser.api.block.custom.CustomBlockData block, Map<String,Object> properties) -
Method Summary
-
Constructor Details
-
GeyserCustomBlockState
-
-
Method Details
-
block
public @NonNull org.geysermc.geyser.api.block.custom.CustomBlockData block()- Specified by:
blockin interfaceorg.geysermc.geyser.api.block.custom.CustomBlockState
-
name
- Specified by:
namein interfaceorg.geysermc.geyser.api.block.custom.CustomBlockState
-
property
- Specified by:
propertyin interfaceorg.geysermc.geyser.api.block.custom.CustomBlockState
-
properties
- Specified by:
propertiesin interfaceorg.geysermc.geyser.api.block.custom.CustomBlockState
-
getBlock
public org.geysermc.geyser.api.block.custom.CustomBlockData getBlock() -
getProperties
-
equals
-
hashCode
public int hashCode() -
toString
-