Interface NoiseRouter
- All Superinterfaces:
Wrapper
Wraps a
NoiseRouter by referencing registered density functions by key.- Since:
- 2.4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classBuilder for a noise router.static interfacestatic final recordThe density-function slots backing this router.Nested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NoiseRouter.Builderbuilder()Creates a builder for a noise router.slots()The density-function slots backing this router.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
-
Method Details
-
slots
The density-function slots backing this router.- Returns:
- the slots
- Since:
- 2.4.0
-
builder
Creates a builder for a noise router.- Returns:
- a new builder
- Since:
- 2.4.0
-