JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
net.minecraft.world.Visitor
Packages that use
Visitor
Package
Description
net.minecraft.world.rule
Uses of
Visitor
in
net.minecraft.world.rule
Methods in
net.minecraft.world.rule
with parameters of type
Visitor
Modifier and Type
Method
Description
void
GameRule.
accept
(
Visitor
visitor)
void
GameRules.
accept
(
Visitor
visitor)
Make the visitor visit all registered game rules.
void
GameRules.Acceptor.
call
(
Visitor
consumer,
GameRule
<
T
> rule)